SftTree/NET 2.0

AutoExpandArea Property, SftTree Class

Softel vdm, Inc.

Defines the area where items may be automatically expanded, when the mouse cursor hovers over the item for an extended period of time.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Property AutoExpandArea As AutoExpandAreaEnum

C#   

public AutoExpandAreaEnum AutoExpandArea { get; set; }

C++   

public: property AutoExpandAreaEnum AutoExpandArea {
        AutoExpandAreaEnum get();
        void set(AutoExpandAreaEnum value);
}

Property Value

The area where items may be automatically expanded.

AutoExpandAreaEnum

Value

Description

FirstColumn

0

The item is automatically expanded if the mouse cursor hovers over the first displayed column.

HierarchyColumn

1

The item is automatically expanded if the mouse cursor hovers over the cell of the hierarchy column (excluding the hierarchy area).

AllColumns

2

The item is automatically expanded if the mouse cursor hovers over any cell (excluding the hierarchy area).

The default value is AutoExpandAreaEnum.AllColumns.

Comments

The AutoExpandArea property defines the area where items may be automatically expanded, when the mouse cursor hovers over the item for an extended period of time.

If the mouse cursor hovers over an expandable item for an extended period of time, the item can automatically be expanded based on the AutoExpandHover and AutoExpandDragDrop property setting.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com